home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / intro / semi-colons < prev    next >
Encoding:
Text File  |  1992-12-17  |  493 b   |  9 lines

  1.      SEPARATING COMMANDS WITH SEMI-COLONS
  2.           Normally, each command occupies one  line  (the  command  is
  3.           terminated  by  a  newline  character).  However, semi-colon
  4.           (``;'')  is  treated  as  a  command  separator   character;
  5.           multiple  commands  may  be placed on one line by separating
  6.           them with a semi-colon.   Semi-colons  are  not  treated  as
  7.           command  separators  if  they  appear within curly braces or
  8.           double-quotes.
  9.